home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #11 / CD 11 (Black) - 2001.iso / Fruity / ROLLUPS.DXR / 00018.ls < prev    next >
Encoding:
Text File  |  1998-04-13  |  142 b   |  8 lines

  1. on exitFrame
  2.   global gInitialColorDepth
  3.   if gInitialColorDepth <> 0 then
  4.     set the colorDepth to gInitialColorDepth
  5.   end if
  6.   quit()
  7. end
  8.